home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14217 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: problem recongnizing eof from pipe
  5. Date: Fri, 12 Apr 96 13:48:23 GMT
  6. Organization: none
  7. Message-ID: <829316903snz@genesis.demon.co.uk>
  8. References: <Pine.A32.3.91.960410203441.19010A-100000-100000@top.MTS.Net>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <Pine.A32.3.91.960410203441.19010A-100000-100000@top.MTS.Net>
  15.            root@top.MTS.Net  writes:
  16.  
  17. >Hi.  I'm working on a program which passess it's data through an external 
  18. >command using two pipes.  One pipe is connect to stdin of the forked 
  19. >process and the other is connected to stdout.  The parent program has no 
  20. >problems sending the data to the commend via the send pipe, however it 
  21. >doesn't seem to recognize when the return stream is finished.
  22.  
  23. Processes, pipes and fork are not defined in the C language. You should
  24. take this Unix specific question to comp.unix.programmer.
  25.  
  26. -- 
  27. -----------------------------------------
  28. Lawrence Kirby | fred@genesis.demon.co.uk
  29. Wilts, England | 70734.126@compuserve.com
  30. -----------------------------------------
  31.